home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / SYMBOL / Utilities / Predicates / find-max-value next >
Encoding:
Text File  |  1998-10-23  |  122 b   |  9 lines  |  [TEXT/ScoM]

  1. find-max-value vector/list
  2.  
  3. Finds the maximum value within the input vector or a list.
  4.  
  5. (find-max-value '(1 2 3))
  6. --> 3
  7.  
  8.  
  9.